Skip to main content

All Questions

0votes
0answers
14views

What is the reason of this behavior of training loss in CONV auto-encoders?

I don't get Training Loss is steady up to the 7th epochs
Alessandro Mondin's user avatar
1vote
1answer
76views

Autoencoder not learning walk forward image transformation

I have a series of 15 frames with (60 rows x 50 columns). Over the course of those 15 frames, the moon moves from the top left to the bottom right. Data = https://github.com/aiqc/AIQC/tree/main/...
LayneSadler's user avatar
2votes
1answer
840views

Improve Convolutional Autoencoder

I just built a Convolutional Autoencoder to try to reconstruct a time series with shape (4000, 10, 30). This is the code, I used a batch size of 32, but I think it ...
Fabio's user avatar
5votes
1answer
9kviews

What is the best architecture for Auto-Encoder for image reconstruction?

I am trying to use Convultional Auto-Encoder for its latent space (embedding layer), specifically, I want to use the embedding for K-nearest neighbor search in the latent space (similar idea to ...
Idan Azuri's user avatar

close